x = 10;
x++; //x ma nyni hodnotu 11
x--;
int a = x--; //ted uz ma hodnotu 9, ale a ma hodnotu 10